home *** CD-ROM | disk | FTP | other *** search
- -- background: 7266 from stack: in
- -- bmap block id: 7056
- -- flags: 0000
- -- background id: 0
- -- name: Background
- ----- HyperTalk script -----
- open Background
- end open Background
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=9 top=292 right=337 bottom=64
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- hide card field "Warning"
- play "boing"
- visual effect wipe left
- go card "Address Card"
- end mouseUp
-
-